home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / IRC / Bots⁄Utilities / ShadowBot10tr37.sit / SB10tr37 / Plugins ƒ / JOIN #mac < prev    next >
Text File  |  1996-09-28  |  404b  |  24 lines

  1. @IF AUTOOP = TRUE isOp
  2. 'ELSE
  3. MSG $NICK Welcome to #Mac, $NICK! If you have a question, feel free to ask it in the channel.
  4. @END
  5.  
  6. @LABEL isOp
  7. @IF ACCESS = 1000 isOwner
  8. 'ELSE
  9. @IF ACCESS > 900 botMaster
  10. 'ELSE
  11. @IF ACCESS > 0 regOp
  12. @END
  13.  
  14. @LABEL regOp
  15. SAY Look! It's one of our trusted ops, $NICK!
  16. @END
  17.  
  18. @LABEL botMaster
  19. SAY Look! It's botmaster $NICK!
  20. @END
  21.  
  22. @LABEL isOwner
  23. SAY Look! It's $NICK, my owner!
  24. @END